home *** CD-ROM | disk | FTP | other *** search
- Public Class AddressForm
- Inherits System.Windows.Forms.Form
-
- #Region " Windows Form Designer generated code "
-
- Public Sub New()
- MyBase.New()
-
- 'This call is required by the Windows Form Designer.
- InitializeComponent()
-
- 'Add any initialization after the InitializeComponent() call
-
- End Sub
-
- 'Form overrides dispose to clean up the component list.
- Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing Then
- If Not (components Is Nothing) Then
- components.Dispose()
- End If
- End If
- MyBase.Dispose(disposing)
- End Sub
-
- 'Required by the Windows Form Designer
- Private components As System.ComponentModel.IContainer
-
- 'NOTE: The following procedure is required by the Windows Form Designer
- 'It can be modified using the Windows Form Designer.
- 'Do not modify it using the code editor.
- Friend WithEvents AddressControl1 As CustomControlDemo.AddressControl
- <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
- Me.AddressControl1 = New CustomControlDemo.AddressControl()
- Me.SuspendLayout()
- '
- 'AddressControl1
- '
- Me.AddressControl1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.AddressControl1.Name = "AddressControl1"
- Me.AddressControl1.Size = New System.Drawing.Size(392, 200)
- Me.AddressControl1.TabIndex = 0
- '
- 'AddressForm
- '
- Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
- Me.ClientSize = New System.Drawing.Size(424, 237)
- Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.AddressControl1})
- Me.Name = "AddressForm"
- Me.Text = "AddressForm"
- Me.ResumeLayout(False)
-
- End Sub
-
- #End Region
-
- End Class
-